-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for localfs provider #34
Conversation
217ff8f
to
2d351c9
Compare
I think it would be nice to have a configuration parameter which specifies file names to be present in the data directory, which indicate if a restore of the data is necessary or not. The backup should utilize the same library for creating archives as already used at a different part of the code base. Library is called Please also add an integration test for this. |
Probably it's even enough to just copy over the files to backup because the sidecar will compress the backup directory anyway. |
This new option should also be added to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good!
Closes #75.